home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / psyche / readme < prev    next >
Encoding:
Text File  |  1980-01-05  |  2.7 KB  |  74 lines

  1. contents of this FTP directory:
  2.  
  3. acme.tar:
  4.     Source code for the ACME server, its client library,
  5.     and some sample applications.
  6.     ACME is an audio/video I/O server that runs on Sparcstations.
  7.  
  8. acme_data.tar:
  9.     Two files of monochrome video data, to be used with ACME.
  10.  
  11. acme_bin:
  12.     ACME Sparcstation binaries: the server and three applications.
  13.     Statically linked (no shared libraries).
  14.     This is for people who want to try out ACME without installing
  15.     all the required software (InterViews, gcc, etc.)
  16.  
  17. aero.tar:
  18.     AERO (Asynchronous Execution of Remote Operations)
  19.     is a C-based system for parallel distributed programming.
  20.  
  21. cmfs.ps
  22.     Postscript file for "Real-Time Disk Storage and Retrieval
  23.     of Digital Audio/Video Data"
  24.     (to appear in ACM TOCS; also UC Berkeley TR UCB/CSD 91/646, Aug. 1991).
  25.     Describes a file system with real-time stream semantics.
  26.  
  27. cmfs.tar.Z
  28.     An implementation of the real-time file system described in the above paper.
  29.     Can be used either as a simulator or (using a SCSI disk under UNIX)
  30.     a real file system (sort of).
  31.  
  32. gdd.shar:
  33.     GDD (Grid Data Display) is a set of programs for displaying
  34.     grid data as contour maps or 3-D surface plots.
  35.  
  36. idcm.ps.Z:
  37.     The paper "Integrated Continuous Media: A Framework Based on Mach,
  38.     X11, and TCP/IP", UCB TR 90/566, March 1990.
  39.     (an early ``goals'' paper; the ideas were later realized in ACME and SRP.)
  40.  
  41. meta-sched.ps
  42.     Postscript file for "Meta-Scheduling for Continuous Media"
  43.     (UC Berkeley TR UCB/CSD 90/599, Oct. 1991).
  44.     A long theoretical treatment of the "CM-resource model",
  45.     a scheme for resource reservation and scheduling for
  46.     continuous media in distributed systems.
  47.  
  48. mood.tar:
  49.     MOOD (Musical Object-Oriented Dialect)
  50.     is a C++ class library for generating music using
  51.     multiple real-time lightweight processes.
  52.     WARNING: this software is in an incomplete state.
  53.  
  54. os-mechanisms.ps
  55.     Postscript file for "Scheduling and IPC Mechanisms for Continuous Media"
  56.     SOSP 13, also UC Berkeley TR UCB/CSD 91/622.
  57.     Describes "split-level scheduling" and "memory-mapped streams",
  58.     schemes for reducing the amount of user/kernel interactions
  59.     in handling AV data in UNIX-type systems.
  60.  
  61. rtag.tar:
  62.     RTAG (Real-Time Asynchronous Grammars) is a system for
  63.     generating protocol implementations from formal specifications.
  64.     WARNING: this software is undocumented and probably unusable.
  65.  
  66. srp.ps
  67.     Postscript file for "SRP: A Resource Reservation Protocol
  68.     for Guaranteed-Performance Communication in the Internet",
  69.     ICSI Technical Report 90-006.
  70.  
  71. 162.tar:
  72.     A collection of lecture notes and programming assignments
  73.     for an undergraduate OS course.
  74.